home *** CD-ROM | disk | FTP | other *** search
- #include "dcalRsc.h"
-
- // DCal, a Discordian calendar for the Palm OS.
- // Copyright (C) 1999 Ron Hale-Evans <rwhe@apocalypse.org>.
- //
- // This program is free software; you can redistribute it and/or modify
- // it under the terms of the GNU General Public License as published by
- // the Free Software Foundation; the version used for this program
- // is Version 2.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // You should have received a copy of the GNU General Public License
- // along with this program; if not, write to the Free Software
- // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
- //
- // This program comes with ABSOLUTELY NO WARRANTY. Use it at your own risk.
- // For the text of the GNU General Public License, see the file gpl.txt,
- // which should have been distributed with this file.
-
-
- APPLICATIONICONNAME 1000 "DCal"
- ICON "dcal.pbm"
- BITMAP ID AppIconBmap "dcal.pbm" COMPRESS
-
-
- VERSION ID 1 "0.5"
-
-
- FORM MainForm 0 0 160 160
- MENUID MainOptionsMenu
- USABLE
- BEGIN
- TITLE "DCal"
- FIELD MainTextField 10 25 140 100 NONEDITABLE MULTIPLELINES FONT 2
- END
-
-
- FORM AboutForm 2 2 156 156
- MODAL
- USABLE
- BEGIN
- TITLE "About DCal"
- FORMBITMAP AT (5 18) BITMAP AppIconBmap
- LABEL "DCal v. 0.5" AUTOID AT (40 18) FONT 2
- LABEL "Discordian calendar" AUTOID AT (PREVLEFT PREVBOTTOM) FONT 0
- LABEL "⌐1999 Ron Hale-Evans" AUTOID AT (PREVLEFT PREVBOTTOM) FONT 0
- LABEL "<rwhe@apocalypse.org>" AUTOID AT (PREVLEFT PREVBOTTOM) FONT 0
- LABEL "This program is released under" AUTOID AT (10 PREVBOTTOM+5) FONT 0
- LABEL "the GNU General Public License" AUTOID AT (PREVLEFT PREVBOTTOM) FONT 0
- LABEL "(see file README.TXT)." AUTOID AT (PREVLEFT PREVBOTTOM) FONT 0
- LABEL "Hail fnordin' Eris! Yippee!" AUTOID AT (PREVLEFT PREVBOTTOM+5) FONT 0
- BUTTON "Done" AboutOKButton AT (CENTER PREVBOTTOM+5 AUTO AUTO) FONT 0
- END
-
-
- MENU ID MainOptionsMenu
- BEGIN
- PULLDOWN "Options"
- BEGIN
- MENUITEM "About " MainOptionsAboutMenuItem "A"
- END
- END
-
-